home *** CD-ROM | disk | FTP | other *** search
/ Fritz: All Fritz / All Fritz.zip / All Fritz / FILES / BUSINESS / PCSHIFT.LZH / 2.BAT < prev    next >
DOS Batch File  |  1988-09-11  |  1KB  |  31 lines

  1. echo off
  2. cls
  3. echo       You should have the PCSHIFT  disk in drive A:
  4. echo -
  5. echo       The PCSHIFT program will be installed on
  6. echo       your fixed disk, drive c:
  7. echo ------------------------------------------------------------
  8. echo       If you want the scheduling program installed in a
  9. echo       subdirectory of the fixed disk, you must log on to
  10. echo       that subdirectory before running this program.
  11. echo -
  12. echo       If your disk is not in the correct drive, change it now.
  13. echo -------------------------------------------------------------
  14. echo -
  15. echo       Press Control-C to abort this program. Or,
  16. echo -
  17. pause
  18. verify on
  19. echo on
  20. copy PCSHIFT.exe c:
  21. copy ESJOBS.DBF  c:
  22. echo OFF
  23. echo -
  24. echo ----------------------------------------------------------------------------
  25. echo       The messages above the line should indicate that two files were copied.
  26. echo       There should be no error messages above this line.
  27. echo       If there are, the install may have been unsuccessful.
  28. echo ----------------------------------------------------------------------------
  29. pause
  30. menu
  31.